#!/bin/bash
DIR="$(cd "$(dirname "$0")" && pwd)"
RES="$DIR/../Resources"
exec "$RES/python/bin/python3" "$RES/app/app.py"
